home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TREPORTSETUPDIALOG
/
TREPORTSETUPDIALOG.txt
Wrap
Text File
|
2008-11-03
|
4KB
|
215 lines
inherited ReportSetupDialog: TReportSetupDialog
Left = 497
Top = 359
Caption = 'Page Setup'
ClientHeight = 278
ClientWidth = 465
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object MarginGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 241
Height = 121
Caption = '%'
TabOrder = 0
object MarginLeftLbl: TUiLabel
Left = 39
Top = 28
Width = 21
Height = 13
Alignment = taRightJustify
Caption = 'Left:'
FocusControl = MarginLeftEdit
end
object MarginRightLbl: TUiLabel
Left = 144
Top = 28
Width = 28
Height = 13
Alignment = taRightJustify
Caption = 'Right:'
FocusControl = MarginRightEdit
end
object MarginTopLbl: TUiLabel
Left = 38
Top = 60
Width = 22
Height = 13
Alignment = taRightJustify
Caption = 'Top:'
FocusControl = MarginTopEdit
end
object MarginBottomLbl: TUiLabel
Left = 136
Top = 60
Width = 36
Height = 13
Alignment = taRightJustify
Caption = 'Bottom:'
FocusControl = MarginBottomEdit
end
object MarginLeftEdit: TUiEdit
Left = 64
Top = 24
Width = 49
Height = 21
TabOrder = 0
OnChange = MarginEditChange
end
object MarginRightEdit: TUiEdit
Left = 176
Top = 24
Width = 49
Height = 21
TabOrder = 1
OnChange = MarginEditChange
end
object MarginTopEdit: TUiEdit
Left = 64
Top = 56
Width = 49
Height = 21
TabOrder = 2
OnChange = MarginEditChange
end
object MarginBottomEdit: TUiEdit
Left = 176
Top = 56
Width = 49
Height = 21
TabOrder = 3
OnChange = MarginEditChange
end
object MarginMaxBtn: TUiButton
Left = 8
Top = 88
Caption = 'Max'
TabOrder = 4
OnClick = MarginMaxClick
AutoSize = asLeft
end
end
object OptionsGroupBox: TUiGroupBox
Left = 8
Top = 136
Width = 241
Height = 49
Caption = 'Options'
TabOrder = 1
object PageBreaksEdit: TUiCheckBox
Left = 8
Top = 24
Height = 17
Caption = 'Page breaks between reports'
TabOrder = 0
end
end
object PreviewGroupBox: TUiGroupBox
Left = 264
Top = 8
Width = 193
Height = 233
Caption = 'Preview'
TabOrder = 2
object ShadowShape: TShape
Left = 58
Top = 44
Width = 85
Height = 110
Brush.Color = clGray
Pen.Style = psClear
end
object PageShape: TShape
Left = 54
Top = 40
Width = 85
Height = 110
end
object MarginShape: TShape
Left = 62
Top = 48
Width = 69
Height = 95
Brush.Style = bsClear
Pen.Style = psDot
end
object SampleLbl: TUiLabel
Left = 84
Top = 76
Height = 36
Caption = 'A'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object poPortraitEdit: TUiRadioButton
Left = 16
Top = 188
Height = 17
Caption = 'Portrait'
TabOrder = 0
OnClick = OrientationClick
end
object poLandscapeEdit: TUiRadioButton
Left = 16
Top = 208
Height = 17
Caption = 'Landscape'
TabOrder = 1
OnClick = OrientationClick
end
end
object HeaderFontBtn: TUiButton
Left = 8
Top = 216
Caption = '&Header Font...'
TabOrder = 3
OnClick = HeaderFontClick
AutoSize = asLeft
end
object BodyFontBtn: TUiButton
Left = 8
Top = 248
Caption = '&Body Font...'
TabOrder = 4
OnClick = BodyFontClick
AutoSize = asLeft
end
object OkBtn: TUiButton
Left = 220
Top = 248
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = OkClick
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 300
Top = 248
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
AutoSize = asRight
end
object SetupBtn: TUiButton
Left = 380
Top = 248
Width = 77
Caption = 'Print &Setup...'
TabOrder = 7
OnClick = SetupClick
AutoSize = asRight
end
end